home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TTIMERSETTINGS / TTIMERSETTINGS.txt < prev   
Text File  |  1997-06-09  |  9KB  |  313 lines

  1. object TimerSettings: TTimerSettings
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 140
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tick Timer'
  8.   ClientHeight = 239
  9.   ClientWidth = 317
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 16
  20.     Top = 16
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.ico>}
  25.   end
  26.   object Label2: TLabel
  27.     Left = 112
  28.     Top = 24
  29.     Width = 95
  30.     Height = 13
  31.     Caption = 'seconds till next tick'
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 73
  40.     Top = 114
  41.     Width = 67
  42.     Height = 13
  43.     Caption = 'Timer Interval:'
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label3: TLabel
  51.     Left = 49
  52.     Top = 162
  53.     Width = 91
  54.     Height = 13
  55.     Caption = 'Timeout Command:'
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object Label4: TLabel
  63.     Left = 64
  64.     Top = 138
  65.     Width = 76
  66.     Height = 13
  67.     Caption = 'Timeout Margin:'
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object SpeedButton1: TSpeedButton
  75.     Left = 148
  76.     Top = 160
  77.     Width = 20
  78.     Height = 20
  79.     Hint = 'Edit command|'
  80.     Glyph.Data = {
  81.       78010000424D7801000000000000760000002800000020000000100000000100
  82.       04000000000000000000120B0000120B00000000000000000000000000000000
  83.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  84.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  85.       000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  86.       00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  87.       F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  88.       0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  89.       FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  90.       FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  91.       0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  92.       00333377737FFFFF7733333033000000033333373377777773330000}
  93.     NumGlyphs = 2
  94.     OnClick = SpeedButton1Click
  95.   end
  96.   object OKBtn: TBitBtn
  97.     Left = 148
  98.     Top = 204
  99.     Width = 77
  100.     Height = 27
  101.     Font.Color = clBtnText
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 5
  107.     OnClick = OKBtnClick
  108.     Kind = bkOK
  109.     Margin = 4
  110.     Spacing = -1
  111.     IsControl = True
  112.   end
  113.   object HelpBtn: TBitBtn
  114.     Left = 232
  115.     Top = 204
  116.     Width = 77
  117.     Height = 27
  118.     HelpContext = 140
  119.     Font.Color = clBtnText
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 6
  125.     Kind = bkHelp
  126.     Margin = 4
  127.     Spacing = -1
  128.     IsControl = True
  129.   end
  130.   object Secs: TPanel
  131.     Left = 64
  132.     Top = 20
  133.     Width = 41
  134.     Height = 25
  135.     BevelOuter = bvLowered
  136.     Caption = '999'
  137.     Font.Color = clWindowText
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = [fsBold]
  141.     ParentFont = False
  142.     TabOrder = 7
  143.   end
  144.   object StopBtn: TBitBtn
  145.     Left = 64
  146.     Top = 67
  147.     Width = 77
  148.     Height = 27
  149.     Caption = '&Stop'
  150.     TabOrder = 1
  151.     OnClick = StopBtnClick
  152.     Glyph.Data = {
  153.       90010000424D9001000000000000760000002800000020000000100000000100
  154.       0400000000000001000000000000000000000000000000000000000000000000
  155.       80000080000000808000800000008000800080800000C0C0C000808080000000
  156.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333338888833
  157.       3333333333FFFFF33333333399999983333333333333333F3333333999999998
  158.       3333333333333333F33333999999999983333333333333333F33399999999999
  159.       983333333333333333F3B999999999999983383333333333333FB99999999999
  160.       9983383333333333333FB999999999999983383333333333333FB99999999999
  161.       9983383333333333333FB999999999999983383333333333333F3B9999999999
  162.       9933338333333333333333B99999999993333338333333333333333B99999999
  163.       333333338333333333333333B99999933333333338333333333333333BBBBB33
  164.       3333333333888883333333333333333333333333333333333333000000000000
  165.       0000000000000000000000000000000000000000}
  166.     Margin = 4
  167.     NumGlyphs = 2
  168.     Spacing = -1
  169.     IsControl = True
  170.   end
  171.   object StartBtn: TBitBtn
  172.     Left = 64
  173.     Top = 67
  174.     Width = 77
  175.     Height = 27
  176.     Caption = '&Start'
  177.     Font.Color = clBtnText
  178.     Font.Height = -11
  179.     Font.Name = 'MS Sans Serif'
  180.     Font.Style = []
  181.     ParentFont = False
  182.     TabOrder = 0
  183.     OnClick = StopBtnClick
  184.     Glyph.Data = {
  185.       90010000424D9001000000000000760000002800000020000000100000000100
  186.       0400000000000001000000000000000000000000000000000000000000000000
  187.       80000080000000808000800000008000800080800000C0C0C000808080000000
  188.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  189.       333333333333333333333333344333333333333333FF33333333333334643333
  190.       3333333333F3F33333333333346643333333333333F33F333333333334666433
  191.       3333333333F333F333333333346666433333333333F3333F3333333334666664
  192.       3333333333F33333F3333333346666664333333333F333333F33333334666666
  193.       E333333333F33333383333333466666E3333333333F3333383333333346666E3
  194.       3333333333F333383333333334666E333333333333F33383333333333466E333
  195.       3333333333F3383333333333346E33333333333333F38333333333333EE33333
  196.       3333333333883333333333333333333333333333333333333333000000000000
  197.       0000000000000000000000000000000000000000}
  198.     Margin = 4
  199.     NumGlyphs = 2
  200.     Spacing = -1
  201.     IsControl = True
  202.   end
  203.   object BitBtn1: TBitBtn
  204.     Left = 148
  205.     Top = 67
  206.     Width = 77
  207.     Height = 27
  208.     Caption = 'S&ync'
  209.     Font.Color = clBtnText
  210.     Font.Height = -11
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = []
  213.     ParentFont = False
  214.     TabOrder = 2
  215.     OnClick = BitBtn1Click
  216.     Glyph.Data = {
  217.       90010000424D9001000000000000760000002800000020000000100000000100
  218.       0400000000000001000000000000000000000000000000000000000000000000
  219.       80000080000000808000800000008000800080800000C0C0C000808080000000
  220.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  221.       3333333333FFFFF3333333333999993333333333F88888FFF333333999999999
  222.       3333333888333888FF3333999333339993333388333333888FF3399933333339
  223.       993338833333333388F3399333333333993338833333333338FF993333333333
  224.       399388F333333333388F993333333333399388F3333333333383993333333333
  225.       333388F3333333333333993333333333333388F33333333FFFFF993333333399
  226.       999388FF33333388888F3993333333399993383FF3333338888F399933333333
  227.       99933883FF33333F888F339993333399999333883FFFFF88888F333999999999
  228.       3393333888333888338333333999993333333333388888333333000000000000
  229.       0000000000000000000000000000000000000000}
  230.     Margin = 4
  231.     NumGlyphs = 2
  232.     Spacing = -1
  233.     IsControl = True
  234.   end
  235.   object BitBtn2: TBitBtn
  236.     Left = 232
  237.     Top = 67
  238.     Width = 77
  239.     Height = 27
  240.     Caption = '&Reset'
  241.     Font.Color = clBtnText
  242.     Font.Height = -11
  243.     Font.Name = 'MS Sans Serif'
  244.     Font.Style = []
  245.     ParentFont = False
  246.     TabOrder = 3
  247.     OnClick = BitBtn2Click
  248.     Glyph.Data = {
  249.       78010000424D7801000000000000760000002800000020000000100000000100
  250.       04000000000000000000120B0000120B00000000000000000000000000000000
  251.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  252.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  253.       555557777F777555F55500000000555055557777777755F75555005500055055
  254.       555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  255.       5555577FF77577FF555555005050110555555577F757777FF555555505099910
  256.       555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  257.       3055577F75F77777575F55005055090B030555775755777575755555555550B0
  258.       B03055555F555757575755550555550B0B335555755555757555555555555550
  259.       BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  260.       50BB555555555555575F555555555555550B55555555555555750000}
  261.     Margin = 4
  262.     NumGlyphs = 2
  263.     Spacing = -1
  264.     IsControl = True
  265.   end
  266.   object TimeCommand: TEdit
  267.     Left = 172
  268.     Top = 160
  269.     Width = 140
  270.     Height = 21
  271.     AutoSize = False
  272.     Font.Color = clWindowText
  273.     Font.Height = -11
  274.     Font.Name = 'MS Sans Serif'
  275.     Font.Style = []
  276.     ParentFont = False
  277.     TabOrder = 4
  278.     OnChange = TimeCommandChange
  279.   end
  280.   object Interval: TSpinEdit
  281.     Left = 148
  282.     Top = 112
  283.     Width = 57
  284.     Height = 22
  285.     Font.Color = clWindowText
  286.     Font.Height = -11
  287.     Font.Name = 'MS Sans Serif'
  288.     Font.Style = []
  289.     MaxValue = 0
  290.     MinValue = 0
  291.     ParentFont = False
  292.     TabOrder = 8
  293.     Value = 0
  294.     OnChange = IntervalChange
  295.   end
  296.   object TickMargin: TSpinEdit
  297.     Left = 148
  298.     Top = 136
  299.     Width = 57
  300.     Height = 22
  301.     Font.Color = clWindowText
  302.     Font.Height = -11
  303.     Font.Name = 'MS Sans Serif'
  304.     Font.Style = []
  305.     MaxValue = 0
  306.     MinValue = 0
  307.     ParentFont = False
  308.     TabOrder = 9
  309.     Value = 0
  310.     OnChange = TickMarginChange
  311.   end
  312. end
  313.